All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.directory.InvalidSearchConstraintsException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.directory.DSException
|
+----java.naming.directory.InvalidSearchConstraintsException
- public class InvalidSearchConstraintsException
- extends DSException
InvalidSearchConstraintsException is thrown when the specification of
the search constraints is invalid.
-
InvalidSearchConstraintsException()
- Constructs a new instance of InvalidSearchConstraintsException.
-
InvalidSearchConstraintsException(String)
- Constructs a new instance of InvalidSearchConstraintsException
with more detail.
InvalidSearchConstraintsException
public InvalidSearchConstraintsException()
- Constructs a new instance of InvalidSearchConstraintsException.
InvalidSearchConstraintsException
public InvalidSearchConstraintsException(String msg)
- Constructs a new instance of InvalidSearchConstraintsException
with more detail.
- Parameters:
- msg - Detail about this exception.
All Packages Class Hierarchy This Package Previous Next Index